home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / user / structureinline.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  2.1 KB  |  57 lines

  1. @charset "utf-8";
  2. /*    Name: 1576075846 */
  3. /*    Document structure inspector - inlines.
  4.     Adds an outline for common inline structural elements.
  5.     Copyright 2007 Opera Software */
  6. abbr::before, abbr::after, 
  7. acronym::before, acronym::after,
  8. code::before, code::after,
  9. body>* del::before, body>* del::after,
  10. dfn::before, dfn::after,
  11. em::before, em::after,
  12. body>* ins::before, body>* ins::after,
  13. kbd::before, kbd::after,
  14. q::before, q::after,
  15. samp::before, samp::after,
  16. strong::before, strong::after,
  17. var::before, var::after {
  18.     font-family: sans-serif !important;
  19.     font-weight: bold !important;
  20.     font-style: normal !important;
  21.     text-decoration: none !important;
  22.     color: rgb(30,30,30) !important;
  23.     background-color: rgb(255,204,0) !important;
  24.     outline: 1px solid rgb(0,0,0);
  25.     display: inline-block !important;
  26. }
  27. dfn::before, dfn::after,
  28. em::before, em::after,
  29. strong::before, strong::after {
  30.     color: rgb(226,228,235) !important;
  31.     background-color: rgb(51,102,204) !important;
  32. }
  33. abbr::before {content: '<abbr>' !important;}
  34. abbr::after {content: '</abbr>' !important;}
  35. acronym::before {content: '<acronym>' !important;}
  36. acronym::after {content: '</acronym>' !important;}
  37. code::before {content: '<code>' !important;}
  38. code::after {content: '</code>' !important;}
  39. body>* del::before {content: '<del>' !important;}
  40. body>* del::after {content: '</del>' !important;}
  41. dfn::before {content: '<dfn>' !important;}
  42. dfn::after {content: '</dfn>' !important;}
  43. em::before {content: '<em>' !important;}
  44. em::after {content: '</em>' !important;}
  45. body>* ins::before {content: '<ins>' !important;}
  46. body>* ins::after {content: '</ins>' !important;}
  47. kbd::before {content: '<kbd>' !important;}
  48. kbd::after {content: '</kbd>' !important;}
  49. q::before {content: '<q>' !important;}
  50. q::after {content: '</q>' !important;}
  51. samp::before {content: '<samp>' !important;}
  52. samp::after {content: '</samp>' !important;}
  53. strong::before {content: '<strong>' !important;}
  54. strong::after {content: '</strong>' !important;}
  55. var::before {content: '<var>' !important;}
  56. var::after {content: '</var>' !important;}
  57.